Crate cw_orch_daemon

source ·
Expand description

Daemon and DaemonAsync execution environments.

The Daemon type is a synchronous wrapper around the DaemonAsync type and can be used as a contract execution environment.

Re-exports§

Modules§

Macros§

  • macro for constructing and performing a query on a CosmosSDK module.

Structs§

  • Information about a chain. This is used to connect to a chain and to generate transactions.
  • Re-export trait and data required to fetch daemon data from chain-registry
  • Information about the underlying network, used for key derivation

Enums§

  • Kind of chain (local, testnet, mainnet)

Traits§

  • Re-export trait and data required to fetch daemon data from chain-registry Fetchable represents the basic expectations for external data or resources that can be fetched.